Vcenter Authorization Permissions Principal

Vcenter Authorization Permissions Principal
Vcenter Authorization Permissions Principal

The Vcenter Authorization Permissions Principal schema contains the name, the domain and whether it is a user or group.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "type": "string",
    "name": "string",
    "domain": "string"
}
string
type
Required

The type of the principal.

For more information see: Vcenter Authorization Permissions Principal Type.

This property was added in vSphere API 9.0.0.0.

string
name
Required

The name of the principal.

This property was added in vSphere API 9.0.0.0.

string
domain
Optional

The domain name which this principal belongs to.

This property was added in vSphere API 9.0.0.0.

If missing or null, 'localos' domain is assumed.